testsuite: Add a test for icon names
authorBenjamin Otte <otte@redhat.com>
Fri, 23 May 2014 14:35:08 +0000 (16:35 +0200)
committerBenjamin Otte <otte@redhat.com>
Fri, 23 May 2014 15:12:32 +0000 (17:12 +0200)
commit74b6f5fba8e29923e08aed2b121ec32e505ac31b
tree2fb6c854df9346b72dcf161b5e42c9fcff8fdce9
parentd769f338f2abbffb98804a852887e73362d436b7
testsuite: Add a test for icon names

This test just checks that all the icon names that GTK uses are present
in the default icon theme.

As icon names are not checked programmatically and we do not want to run
into missing-icon icons in the code, this test seems necessary.

For now, it's just a stub that tests stock icons.
testsuite/gtk/Makefile.am
testsuite/gtk/check-icon-names.c [new file with mode: 0644]